golang.org/x/net/http2.stream.id (field)

23 uses

	golang.org/x/net/http2 (current package)
		server.go#L523: 	id        uint32
		server.go#L1014: 	*writeArg = writeData{stream.id, data, endStream}
		server.go#L1235: 			sc.resetStream(streamError(st.id, ErrCodeNo))
		server.go#L1576: 	delete(sc.streams, st.id)
		server.go#L1603: 	sc.writeSched.CloseStream(st.id)
		server.go#L1814: 	return st.id%2 == 0
		server.go#L1858: 		StreamID: st.id,
		server.go#L1957: 			sc.writeSched.AdjustStream(st.id, f.Priority)
		server.go#L2027: 		return sc.countError("trailers_not_ended", streamError(st.id, ErrCodeProtocol))
		server.go#L2031: 		return sc.countError("trailers_pseudo", streamError(st.id, ErrCodeProtocol))
		server.go#L2040: 				return sc.countError("trailers_bogus", streamError(st.id, ErrCodeProtocol))
		server.go#L2098: 		id:        id,
		server.go#L2112: 	sc.writeSched.OpenStream(st.id, OpenStreamOptions{PusherID: pusherID, priority: priority})
		server.go#L2204: 		return nil, nil, sc.countError(res.InvalidReason, streamError(st.id, ErrCodeProtocol))
		server.go#L2307: 				write:  handlerPanicRST{rw.rws.stream.id},
		server.go#L2371: 		write:  write100ContinueHeadersFrame{st.id},
		server.go#L2419: 		streamID = st.id
		server.go#L2615: 			streamID:      rws.stream.id,
		server.go#L2650: 			streamID:  rws.stream.id,
		server.go#L2861: 			streamID:    rws.stream.id,
		server.go#L3097: 		promised := sc.newStream(promisedID, msg.parent.id, stateHalfClosedRemote, defaultRFC9218Priority(sc.priorityAware && !sc.hasIntermediary))
		server.go#L3117: 			streamID:           msg.parent.id,
		writesched.go#L44: 	return wr.stream.id